
@layer base {
  
  body, :host {
    /* Color */
      --white: #FFFFFF;
--grey-25: #fcfcfc;
--grey-50: #FAFAFA;
--grey-100: #f7f7f7;
--grey-200: #f0f0f0;
--grey-300: #dddddd;
--grey-400: #b3b3b3;
--grey-500: #858585;
--grey-600: #676767;
--grey-700: #545454;
--grey-800: #393939;
--grey-900: #282828;
--primary-50: #FFF0E5;
--primary-100: #FFE0CC;
--primary-200: #FFC299;
--primary-300: #FFA366;
--primary-400: #FF8533;
--primary-500: #ff6800;
--primary-600: #CC5200;
--primary-700: #993D00;
--primary-800: #662900;
--primary-900: #331400;
--secondary-dark: #261205;
--secondary-light: #f2ece9;
--shadows-input: #2612050d;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .zQIEM {
    flex:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .HYlYC {
    max-width:320px;
  box-shadow:1px 4px 8px 0px #1717174f;
  padding-top:24px;
  padding-left:24px;
  border-radius:16px;
  padding-right:24px;
  padding-bottom:24px;
  background-color:white;
  }
      

      
        
      
      
  .cuNiYU {
    gap:40px;
  align-items:stretch;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
      
      
  .fcjgqX {
    color:var(--grey-600, #525252);
  display:inline-block;
  font-size:var(--font-size-sm);
  text-align:left;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .dmsssV {
    width:100%;
  min-width:256px;
  min-height:3rem;
  font-family:inherit;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  .dFKaMP {
    color:var(--white, #FFFFFF);
  width:100%;
  min-height:48px;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:0.625rem;
  padding-left:1.125rem;
  border-radius:100px;
  padding-right:1.125rem;
  padding-bottom:0.625rem;
  justify-content:center;
  background-color:var(--primary-700, #993D00);
  }
      

      
  .dFKaMP:hover {
    background-color:var(--primary-800, #662900);
  }
      


  .dFKaMP:focus-visible {
    outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  }
      


  .dFKaMP.disabled {
    cursor:not-allowed;
  pointer-events:none;
  background-color:var(--grey-500, #858585);
  }
      

        
      
      
  .eRyHRb {
    width:100%;
  align-items:center;
  font-family:inherit;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .HYQKb {
    color:var(--white, #FFFFFF);
  width:fit-content;
  cursor:pointer;
  align-items:center;
  font-family:inherit;
  padding-top:8px;
  padding-left:16px;
  border-radius:100px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--primary-600, #CC5200);
  }
      

      
  .HYQKb:hover {
    background-color:var(--primary-700, #993D00);
  }
      

        
      
      
  .cBftJk {
    gap:40px;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .fuyXge {
    color:var(--secondary-dark, #261205);
  width:fit-content;
  cursor:pointer;
  align-items:center;
  font-family:inherit;
  padding-top:8px;
  padding-left:16px;
  border-radius:100px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
  .fuyXge:hover {
    background-color:var(--secondary-light, #f2ece9);
  }
      

        
      
      
  .epWzMY {
    gap:16px;
  width:max-content;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
          @media (max-width: 512px) {
            
  .epWzMY {
    min-width:256px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .edIECe {
    color:var(--grey-900, #282828);
  display:inline-block;
  font-size:var(--font-size-base);
  text-align:left;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  .beqaMn {
    gap:8px;
  flex-grow:1;
  font-family:inherit;
  }
      

      
        
      
      
  .bLeypY {
    flex-grow:1;
  min-height:40px;
  align-items:center;
  font-family:inherit;
  justify-content:start;
  }
      

      
        
      
      
  .cvVtEx {
    flex:1;
  width:100%;
  cursor:pointer;
  box-shadow:0px 0px 4px 0px var(--shadows-input,#2612050d);
  min-height:3rem;
  transition:border-color 200ms cubic-bezier(0.07, 0.82, 0.17, 1) 0ms normal, background-color 200ms cubic-bezier(0.07, 0.82, 0.17, 1) 0ms normal;
  align-items:center;
  font-family:inherit;
  padding-top:.625rem;
  border-color:var(--white, #FFFFFF);
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  border-radius:10rem;
  padding-right:2rem;
  padding-bottom:.625rem;
  justify-content:center;
  background-color:var(--white, #FFFFFF);
  }
      

      
  .cvVtEx:focus-visible {
    border-color:var(--primary-700, #993D00);
  border-style:solid;
  border-width:1px;
  outline-style:auto;
  }
      


  .cvVtEx:hover {
    background-color:var(--grey-100, #f7f7f7);
  }
      


  .cvVtEx.open {
    border-color:var(--primary-700, #993D00);
  border-style:solid;
  border-width:1px;
  }
      


  .cvVtEx.inline {
    box-shadow:0px 0px 0px 0px #00000000;
  border-color:#00000000;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .ciXNql {
    top:0px;
  left:0px;
  right:0px;
  width:100vw;
  bottom:0px;
  height:100vh;
  z-index:10;
  position:fixed;
  font-family:inherit;
  }
      

      
        
      
      
  .dbGJnw {
    top:72px;
  left:var(--position-left);
  right:var(--position-right);
  display:none;
  opacity:0;
  z-index:-1;
  position:absolute;
  translate:0 -24px;
  box-shadow:1px 4px 8px 0px #00000044;
  transition:translate 200ms cubic-bezier(0.17, 0.84, 0.44, 1) 0ms normal;
  font-family:inherit;
  padding-top:1rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:#ffffff;
  }
      

      
  .dbGJnw.is-active {
    display:flex;
  opacity:100;
  z-index:100;
  translate:0 0px;
  transition:display 300ms cubic-bezier(0.17, 0.84, 0.44, 1) 0ms normal, translate 200ms cubic-bezier(0.17, 0.84, 0.44, 1) 0ms normal;
  flex-direction:column;
  }
      


          @media (max-width: 480px) {
            
  .dbGJnw {
    left:0px;
  right:0px;
  display:flex;
  z-index:-1;
  position:absolute;
  translate:0 24px;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 480px) {
            
  .dbGJnw.is-active {
    top:auto;
  left:0%;
  right:0%;
  bottom:0%;
  display:flex;
  position:fixed;
  flex-direction:column;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fpVUIZ {
    font-family:inherit;
  }
      

      
        
      
      
  .eyPvUZ {
    gap:40px;
  width:content-fit;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  .WDiZh {
    color:var(--grey-900, #171717);
  width:36px;
  cursor:pointer;
  height:36px;
  font-size:32px;
  transition:background-color 200ms ease-in 0ms normal;
  align-items:center;
  padding-top:8px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:100px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .WDiZh:hover {
    background-color:var(--grey-200, #E5E5E5);
  }
      


  .WDiZh:focus-visible {
    outline-color:var(--primary-700);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .fzjdjA {
    width:172px;
  align-items:center;
  font-family:inherit;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .cAfIBj {
    color:inherit;
  display:inline-block;
  font-size:var(--font-size-base);
  font-family:inherit;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .cKBYJP {
    color:var(--grey-900, #171717);
  width:36px;
  cursor:pointer;
  height:36px;
  font-size:32px;
  transition:background-color 200ms ease-in 0ms normal;
  align-items:center;
  padding-top:8px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:100px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .cKBYJP:hover {
    background-color:var(--grey-200, #E5E5E5);
  }
      


  .cKBYJP:focus-visible {
    outline-color:var(--primary-700, #993D00);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .fEycKP {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  .ceteRl {
    gap:4px;
  flex:1;
  width:content-fit;
  font-family:inherit;
  flex-direction:column;
  }
      

      
        
      
      
  .dbyxNo {
    color:var(--grey-900, #171717);
  width:72px;
  display:inline-block;
  font-size:1rem;
  min-height:32px;
  text-align:center;
  font-family:inherit;
  padding-left:16px;
  border-radius:6px;
  padding-right:8px;
  }
      

      
  
      

        
      
      
  .bwDCv {
    color:var(--grey-600, #525252);
  display:inline-block;
  font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cyFxdj {
    gap:24px;
  font-family:inherit;
  }
      

      
        
      
      
  .bHsfjQ {
    width:100%;
  height:1px;
  background-color:var(--secondary-light, #f2ece9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .depepH {
    gap:1rem;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      